projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4018b5e
)
(lpr-headers-switches): Don't use -p on dgux, irix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 23 Aug 1994 22:43:43 +0000
(22:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 23 Aug 1994 22:43:43 +0000
(22:43 +0000)
lisp/lpr.el
patch
|
blob
|
history
diff --git
a/lisp/lpr.el
b/lisp/lpr.el
index 7f5ff8d15426bca78ed15680ce4fe7aadbef17db..272d5af04d8f17886c64b8639145c4461dd4903b 100644
(file)
--- a/
lisp/lpr.el
+++ b/
lisp/lpr.el
@@
-43,7
+43,7
@@
"*Shell command for printing a file")
(defvar lpr-headers-switches
- (if (memq system-type '(usg-unix-v
hpu
x)) nil "-p")
+ (if (memq system-type '(usg-unix-v
dgux hpux iri
x)) nil "-p")
"*List of strings to use as options for `lpr' to request page headings.")
(defvar print-region-function nil